home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / utilit~1 / rg10.zoo / readme < prev    next >
Encoding:
Text File  |  1992-06-17  |  711 b   |  24 lines

  1. rg 1.0 (92/06/15)
  2. -----------------
  3.  
  4. rg is a little program designed to make it possible to execute GEM programs
  5. from shells which do not have a "gem" command. I wrote it for tcsh since
  6. that is what I want to use from now on.
  7.  
  8. Compiled with GNU C 1.40 with MiNT libraries at PL 19. Tested under MiNT 0.94
  9. with tcsh 6.00.02 (esmith, circa 92/06/01). Never tested under TOS alone
  10. or with other shells.
  11.  
  12. Typically, I just need the following alias to start uniterm (rg's sole use
  13. on my system so far):
  14.  
  15.     alias trm 'pushd e:\local\uniterm; rg uniterm.prg; popd'
  16.  
  17. This works fine for me. See todo for missing features (bugs?). Also read
  18. manpage.
  19.  
  20. Enjoy...
  21.  
  22. -Bill Rosenkranz
  23. rosenkra@convex.com
  24.